home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The X-Philes (2nd Revision)
/
The X-Philes Number 1 (1995).iso
/
xphiles
/
hp48_1
/
ipdldemo.exe
/
lha
/
PDL.INI
< prev
next >
Wrap
INI File
|
1991-02-27
|
8KB
|
234 lines
; This initialization file contains settings that configure the PDL
; environment, display colors, data communication, data transfer,
; editor, and keyboard macros. The most common settings can be
; changed interactively within PDL, but some can only be changed by
; modifying this file directly with a text editor.
;
; Settings are grouped into sections. Each section starts with a
; line of the form "[<section-name>]". Within each section, each
; setting is specified with a line of the form
; "<setting-name>=<value>". If "<value>" is not specified, then the
; default value is used. "<value>" can include surrounding
; double-quotes to include leading or trailing spaces. Blank lines
; and lines that begin with a semicolon are ignored.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Environment]
; Settings in this section configure the operation of the PDL
; environment at startup.
; Show HP 48 Character bar? Default: Yes.
ShowCharBar=
; Show HP 48 Immediate window? Default: Yes.
ShowImmedWin=
; Number of visible HP 48 Immediate window lines. Default: 3.
ImmedWinLines=
; Number of saved HP 48 Immediate window lines. Default: Number of
; display lines (e.g., 25).
ImmedWinSaveLines=
; Sound beeper to alert? Default: Yes.
Beep=
; Use highest resolution display mode? Default: No.
HighRes=
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Editor]
; Settings in the Editor section configure the operation of the
; editor.
; Overwrite mode. Options: Insert, Replace. Default: Insert.
Insert/Replace=
; Automatically indent new lines to current indent level?
; Default: Yes.
AutoIndent=
; Highlight HP 48 comments? Default: Yes.
CommentHighlight=
; Comment alignment column. If 0, disables comment alignment.
; Default: 41.
CommentAlign=
; Convert lowercase HP 48 commands to uppercase? Default: Yes.
ConvertCommands=
; Convert special character sequences to HP 48 special characters?
; Default: Yes.
ConvertSpecialChars=
; Editor maximum line length. Default: 78.
LineLength=
; Tab stop settings. Default: 2.
TabStops=
; File path and options for custom editor.
; Example: "c:\Editor\MyEd.exe /h". Default: none.
CustomEditor=
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[DataCom]
; Settings in the DataCom section configure the logical connectivity
; between the HP 48 and the PC.
; Serial port. Options: COM1, COM2. Default: COM1.
Port=
; Baud rate. Options: 1200, 2400, 4800, 9600. Default: 9600.
Baud=
; Parity. Options: None, Odd, Even, Mark, Space. Default: None.
Parity=
; Checksum type. Options: 1, 2, 3. Default: 3.
Checksum=
; Number of milliseconds to pause before sending each Kermit packet
; (useful for solving synchronization problems between the HP 48 and
; a very fast or very slow PC). Default: 20.
KermitPacketDelay=
; Comma-delimited custom Kermit commands.
; Example: "set send pause 0, set retry 10". Default: none.
CustomKermit=
; Number of Kermit retries allowed before warning. Default: 3.
RetryLimit=
; File path for Kermit program run by Kermit Shell command.
; Example: "c:\Comm\Kermit.exe". Default: "PDLKerm.exe".
KermitPath=
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Transfer]
; Settings in the Transfer section configure how HP 48 data transfer
; occurs between the HP 48 and the PC.
; HP 48 angle mode. Options: Degrees, Radians, Grads.
; Default: Degrees.
Angle=
; HP 48 fraction mark. Options: . (period) or , (comma).
; Default: . (period).
FractionMark=
; HP 48 variable management mode. Options: ProtectVars (protect
; existing variables), ReplaceVars (replace existing variables),
; ClearDirs (clear application subdirectories).
; Default: ReplaceVars.
VarManage=
; Used enhanced transfer? Note: enhanced transfer assumes
; that the Program Development Link transfer utilities library
; PDLXFER is present in the HP 48. If PDLXFER is not present,
; enhanced transfer will not operate properly. This setting is not
; changed to Yes when you turn on enhanced transfer within the
; environment. Default: No.
EnhancedTransfer=
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Colors]
; Settings in the Colors section configure the foreground and
; background colors of the PDL environment components. The color
; options are used ONLY if the color set is Custom. Each color
; setting value consists of a foreground and background color
; specification of the form "<color-name>[(<color-number>)]". The
; optional color number overrides the color name and is provided for
; PCs with custom color palettes. Color name options: Black, Blue,
; Green, Cyan, Red, Magenta, Brown, LtGray, DkGray, LtBlue, LtGreen,
; LtCyan, LtRed, LtMagenta, Yellow, White. Only the first eight
; choices (Black through LtGray) should be used for background
; colors.
; The color set in effect. Options: Day, Night, B&W, Custom.
; Default: Day.
ColorSet=
; Window frames. Options: see color setting options listed above.
WinFrame=
; Selected window title and scroll bar. Options: see color setting
; options listed above.
WinTitleSelect=
; Unselected window title. Options: see color setting options
; listed above.
WinTitle=
; Text in the edit windows and HP 48 Character bar. Options: see
; color setting options listed above.
EditWinText=
; Comments in the edit windows. Options: see color setting options
; listed above.
EditWinComment=
; Selected text in the edit windows. Options: see color setting
; options listed above.
EditWinSelect=
; Descriptive text in the menu system, status bar, dialog boxes, and
; messages boxes. Options: see color setting options listed above.
SystemText=
; Selected menu or command in the menu system, selected text element
; in dialog boxes. Options: see color setting options listed above.
SystemSelect=
; Shortcut key highlight in the menu system, dialog boxes, and
; messages boxes. Options: see color setting options listed above.
ShortCutKey=
; Shortcut key highlight for selected menu or command in the menu
; system. Options: see color setting options listed above.
ShortCutKeySelect=
; Menu, dialog box, and message box shadows. Only the background
; choice is used. Options: see color setting options listed above.
Shadow=
; Text in the HP 48 Immediate window. Options: see color setting
; options listed above.
ImmedWinText=
; Selected text in the HP 48 Immediate window. Options: see color
; setting options listed above.
ImmedWinSelect=
; Text in the Help window. Options: see color setting options
; listed above.
HelpWinText=
; Selected text in the Help window. Options: see color setting
; options listed above.
HelpWinSelect=
; Bold text in the Help window. Options: see color setting options
; listed above.
HelpWinBold=
; Help links in the Help window. Options: see color setting options
; listed above.
HelpWinLink=
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Macros]
; Settings in the Macros section configure the keyboard macros. A
; keyboard macro is defined in the form "<key>=<text>", where
; "<key>" is a control-shifted or Alt-shifted key description, and
; "<text>" is the text to be associated with the key. A key
; description consists of one of the letters A-Z prefixed by "c+" or
; "a+" to indicate it is control-shifted or Alt-shifted,
; respectively. Associated text can include the special sequence
; "\n" to add a newline, "\t" to indent one tab stop, "\T" to back
; up one tab stop, or "\c" to position the cursor within the text.
; Example: "c+T=IF\n\t\c\n\TTHEN\nEND" makes the Ctrl+T key insert a
; formatted "IF-THEN-END" block and positions the cursor where the
; test clause should be typed.